Screw Java Applet Commerical Version 1.0
![]() Information : Screw is an image transition effect! URL: http://japplets.tripod.com/screw.html Author: Gokhan Dagli Mail : quickshare@excite.com Class File : screw.class This effect contains the code by Gokhan Dagli, used under a licence. Before using this applet you must read the license agreement. Registration Cost: 19USD You can buy it when finished testing (try before you buy). Buy it once, use same regcode for new versions! You have to pay small amount of money and receive your registration codes (regcodes). You can buy the registration code using a credit card through Regnow secure servers. Click here! You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a status bar warning that will appear when the applet is online on a site and regcode parameter isn't correct. Sample : |
Include the applet in an HTML page with code similar to the following:
|
Samples :
Sample1Code explanations :
The following instructions describe the meaning of the available parameters for this applet: |
<applet code="screw.class" width=220 height=200> | The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=screw.class identifies the name of the Java applet. The second and third part of the applet tag identifies the width and height of the applet (usually measured in screen pixels). |
<param name=regcode VALUE=""> | Registration code (if you have it). In the "regcode" parameter, place the registration code you purchased from us. You have to pay small amount of money and receive your registration code (regcode). |
<param name=info VALUE="Applet by Gokhan Dagli,japplets.tripod.com"> | Information about the Screw Java applet. |
<param name=bgcolor value="ffffff"> | Background color of the applet. |
<param name=image1 value="bear.jpg"> | The first image to show. |
<param name=link1 value="http://japplets.tripod.com/"> | The URL to be associated with first image. |
<param name="status_bar_msg1" value="Bear"> | You can change the displayed status bar message for each image in the "status_bar_msg" code. "status_bar_msg1" is the message displayed with the first image. |
<param name="transition_delay"value="40"> | This is the delay in milliseconds between redraws. In other words it represents the speed of the transition. To make your animation more fluid you should decrease the time (so be carefull for CPU overhead for too old computers. Typically 25:minimum, 150:maximum , 35-80 :good). |
<param name="delay" value="2000"> | This is the time, in milliseconds, the image should be waiting before transition again. |
<param name="step_count" value="20"> | Number of steps for each morphing to complete. The bigger the value, the longer the time for transition between images. |
<param name="mode"value="0"> | "0" or "1" |
<param name="image_align"value="center"> | This tag identifies alignment of the images. left,center or right. |
<param name="image_valign"value="center"> | This tag identifies vertical alignment of the images. top,center or bottom. |
<param name="target_frame" value="_self"> | Target frame for. |
</applet> | The last part works like all other HTML tags and defines the end of the applet tag </applet>. |
Getting Started
Linking to My Web Site
Troubleshooting & Support
|
|
||||
|
||||
|
||||